home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 159
- Top = 94
- Width = 544
- Height = 431
- BorderIcons = [biSystemMenu, biMinimize]
- Caption = 'Digital Image Recovery'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl: TPageControl
- Left = 4
- Top = 8
- Width = 529
- Height = 389
- ActivePage = TabSheetRecover
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabIndex = 0
- TabOrder = 0
- OnDrawTab = PageControlDrawTab
- object TabSheetRecover: TTabSheet
- Caption = 'Recover images'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- object LabelProgress: TLabel
- Left = 8
- Top = 196
- Width = 92
- Height = 13
- Caption = 'Recovery progress:'
- end
- object LabelRetries: TLabel
- Left = 340
- Top = 128
- Width = 107
- Height = 29
- AutoSize = False
- Caption = 'Number of retries:'
- WordWrap = True
- end
- object LabelDestPath: TLabel
- Left = 340
- Top = 18
- Width = 80
- Height = 13
- Caption = 'Destination path:'
- end
- object LabelPrefix: TLabel
- Left = 340
- Top = 66
- Width = 76
- Height = 13
- Caption = 'File name prefix:'
- end
- object LabelImagesFound: TLabel
- Left = 8
- Top = 256
- Width = 67
- Height = 13
- Caption = 'Images found:'
- end
- object LabelErrors: TLabel
- Left = 180
- Top = 256
- Width = 58
- Height = 13
- Caption = 'Read errors:'
- end
- object LabelCurrSec: TLabel
- Left = 352
- Top = 256
- Width = 69
- Height = 13
- Caption = 'Current sector:'
- end
- object LabelInfoReadErrors: TLabel
- Left = 280
- Top = 256
- Width = 49
- Height = 13
- AutoSize = False
- Color = clBtnFace
- ParentColor = False
- end
- object LabelInfoCurrentSector: TLabel
- Left = 448
- Top = 256
- Width = 65
- Height = 13
- AutoSize = False
- Color = clBtnFace
- ParentColor = False
- end
- object LabelInfoImagesFound: TLabel
- Left = 120
- Top = 256
- Width = 49
- Height = 13
- AutoSize = False
- Color = clBtnFace
- ParentColor = False
- end
- object LabelInfoCapacity: TLabel
- Left = 244
- Top = 88
- Width = 69
- Height = 13
- AutoSize = False
- Color = clBtnFace
- ParentColor = False
- end
- object LabelInfoBytesPerSec: TLabel
- Left = 244
- Top = 60
- Width = 69
- Height = 13
- AutoSize = False
- Color = clBtnFace
- ParentColor = False
- end
- object LabelInfoMedia: TLabel
- Left = 244
- Top = 40
- Width = 69
- Height = 13
- AutoSize = False
- Color = clBtnFace
- ParentColor = False
- end
- object LabelMedia: TLabel
- Left = 124
- Top = 40
- Width = 39
- Height = 13
- Caption = 'Media:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object LabelBytesPerSec: TLabel
- Left = 124
- Top = 60
- Width = 117
- Height = 29
- AutoSize = False
- Caption = 'Bytes per sector:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object LabelCapacity: TLabel
- Left = 124
- Top = 88
- Width = 54
- Height = 13
- Caption = 'Capacity:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object LabelDrive: TLabel
- Left = 8
- Top = 12
- Width = 28
- Height = 13
- Caption = 'Drive:'
- end
- object LabelStatus: TLabel
- Left = 124
- Top = 108
- Width = 41
- Height = 13
- Caption = 'Status:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object LabelInfoStatus: TLabel
- Left = 244
- Top = 108
- Width = 69
- Height = 13
- AutoSize = False
- Color = clBtnFace
- ParentColor = False
- end
- object LabelSecAtOnce: TLabel
- Left = 340
- Top = 156
- Width = 105
- Height = 45
- AutoSize = False
- Caption = 'Number of sectors to read at once:'
- WordWrap = True
- end
- object ProgressBar: TProgressBar
- Left = 8
- Top = 220
- Width = 493
- Height = 18
- Min = 0
- Max = 100
- TabOrder = 0
- end
- object SpinEditRetryCount: TSpinEdit
- Left = 448
- Top = 124
- Width = 57
- Height = 22
- MaxValue = 100
- MinValue = 0
- TabOrder = 1
- Value = 1
- end
- object EditDestPath: TEdit
- Left = 340
- Top = 40
- Width = 137
- Height = 21
- TabOrder = 2
- end
- object Button3: TButton
- Left = 480
- Top = 40
- Width = 25
- Height = 21
- Caption = '...'
- TabOrder = 3
- OnClick = Button3Click
- end
- object EditFilenamePrefix: TEdit
- Left = 340
- Top = 88
- Width = 165
- Height = 21
- TabOrder = 4
- end
- object ListBoxDrives: TListBox
- Left = 8
- Top = 36
- Width = 105
- Height = 125
- ItemHeight = 13
- TabOrder = 5
- OnClick = ListBoxDrivesClick
- end
- object SpinEditSecAtOnce: TSpinEdit
- Left = 448
- Top = 160
- Width = 57
- Height = 22
- MaxValue = 1000
- MinValue = 1
- TabOrder = 6
- Value = 1
- end
- object Animate1: TAnimate
- Left = 152
- Top = 160
- Width = 146
- Height = 34
- Active = False
- StopFrame = 14
- Visible = False
- end
- object ButtonStart: TBitBtn
- Left = 12
- Top = 312
- Width = 97
- Height = 29
- Caption = '&Start'
- TabOrder = 8
- OnClick = ButtonStartClick
- end
- object ButtonCancel: TBitBtn
- Left = 132
- Top = 312
- Width = 97
- Height = 29
- Caption = '&Cancel'
- TabOrder = 9
- OnClick = ButtonCancelClick
- end
- end
- object TabSheetHelp: TTabSheet
- Caption = 'Help'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ImageIndex = 1
- ParentFont = False
- OnMouseMove = TabSheetHelpMouseMove
- object Label14: TLabel
- Left = 8
- Top = 28
- Width = 3
- Height = 13
- end
- object LabelThisIsFreeware: TLabel
- Left = 16
- Top = 300
- Width = 177
- Height = 45
- AutoSize = False
- Caption = 'This program is FREEWARE!'
- WordWrap = True
- end
- object LabelCopyright: TLabel
- Left = 252
- Top = 276
- Width = 177
- Height = 13
- Caption = 'Copyright (C) 2002 by Alexander Grau'
- end
- object LabelQuestions: TLabel
- Left = 212
- Top = 296
- Width = 124
- Height = 13
- Caption = 'Questions or suggestions?'
- end
- object LabelHTMLaddress: TLabel
- Left = 212
- Top = 316
- Width = 243
- Height = 13
- Cursor = crHandPoint
- Caption = 'http://home.nexgo.de/christian_grau/dir/index.html'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- OnClick = LabelHTMLaddressClick
- OnMouseMove = LabeleMailMouseMove
- end
- object LabeleMail: TLabel
- Left = 372
- Top = 296
- Width = 110
- Height = 13
- Cursor = crHandPoint
- Caption = 'driverescue@yahoo.de'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- OnClick = LabeleMailClick
- OnMouseMove = LabeleMailMouseMove
- end
- object LabelThanksTo: TLabel
- Left = 212
- Top = 332
- Width = 309
- Height = 29
- AutoSize = False
- Caption = 'Thanks to Kelvin Tang for his tireless testing :-)'
- WordWrap = True
- end
- object LabelVer: TLabel
- Left = 212
- Top = 276
- Width = 37
- Height = 13
- Caption = 'V1.47 - '
- end
- object Panel1: TPanel
- Left = 0
- Top = 264
- Width = 517
- Height = 2
- BevelOuter = bvLowered
- TabOrder = 0
- end
- object Panel2: TPanel
- Left = 2
- Top = 3
- Width = 515
- Height = 258
- BevelOuter = bvLowered
- Color = clSkyBlue
- TabOrder = 1
- object LabelDIRis: TLabel
- Left = 8
- Top = 8
- Width = 505
- Height = 33
- AutoSize = False
- Caption =
- 'Digital Image Recovery is a data recovery tool for digital image' +
- 's.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object LabelSelectDrive: TLabel
- Left = 8
- Top = 192
- Width = 157
- Height = 13
- Caption = '1. Select the drive of your images'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object LabelChooseDestDrive: TLabel
- Left = 8
- Top = 212
- Width = 275
- Height = 13
- Caption = '2. Choose destination drive for the images to be recovered'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object LabelPressStart: TLabel
- Left = 8
- Top = 232
- Width = 100
- Height = 13
- Caption = '3. Press button '#39'Start'#39
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object LabelHowToUse: TLabel
- Left = 8
- Top = 172
- Width = 65
- Height = 13
- Caption = 'How to use it:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object LabelDesignedFor: TLabel
- Left = 8
- Top = 36
- Width = 505
- Height = 33
- AutoSize = False
- Caption =
- 'The program is designed for media used by digital cameras. Commo' +
- 'n media types are:'
- WordWrap = True
- end
- object LabelSystemRequirements: TLabel
- Left = 8
- Top = 100
- Width = 138
- Height = 13
- Caption = 'The system requirements are:'
- end
- object LabelMemoryCardReader: TLabel
- Left = 28
- Top = 120
- Width = 329
- Height = 33
- AutoSize = False
- Caption = 'Memory card reader (the media has to be appear as a drive)'
- WordWrap = True
- end
- object LabelWindowsVersions: TLabel
- Left = 28
- Top = 148
- Width = 176
- Height = 13
- Caption = 'Windows(R) 9X, ME, NT, 2000 or XP'
- end
- object LabelMediaTypes: TLabel
- Left = 20
- Top = 64
- Width = 400
- Height = 26
- Caption =
- 'Flash Card (TM), SmartMedia (TM), SONY Memory Stick (TM), IBM(TM' +
- ') Micro Drive, Multimedia Card, Secure Digital Card and CD'
- WordWrap = True
- end
- object Image2: TImage
- Left = 16
- Top = 124
- Width = 7
- Height = 7
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object Image3: TImage
- Left = 16
- Top = 152
- Width = 7
- Height = 7
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object Panel3: TPanel
- Left = 360
- Top = 86
- Width = 149
- Height = 105
- TabOrder = 0
- object Image1: TImage
- Left = 1
- Top = 1
- Width = 147
- Height = 103
- Align = alClient
- Center = True
- Picture.Data = {<image002.bmp>}
- end
- end
- end
- end
- end
- end
-